From: kfraser@dhcp93.uk.xensource.com Date: Wed, 31 May 2006 14:48:29 +0000 (+0100) Subject: Export XEN_ROOT from top-level Makefile. Ensures it is X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16013^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=dbed3693c42850535cb2f039f8808f3c201295cf;p=xen.git Export XEN_ROOT from top-level Makefile. Ensures it is always defined when including Config.mk. Signed-off-by: Keir Fraser --- diff --git a/Makefile b/Makefile index 625c81c666..4f7afd5c7b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif .PHONY: all all: dist -XEN_ROOT=$(CURDIR) +export XEN_ROOT=$(CURDIR) include Config.mk include buildconfigs/Rules.mk